type golang.org/x/net/http2.clientStream
25 uses
golang.org/x/net/http2 (current package)
transport.go#L318: streams map[uint32]*clientStream // client-initiated
transport.go#L351: type clientStream struct {
transport.go#L404: func (cs *clientStream) get1xxTraceFunc() func(int, textproto.MIMEHeader) error {
transport.go#L411: func (cs *clientStream) abortStream(err error) {
transport.go#L417: func (cs *clientStream) abortStreamLocked(err error) {
transport.go#L432: func (cs *clientStream) abortRequestBodyWrite() {
transport.go#L442: func (cs *clientStream) closeReqBodyLocked() {
transport.go#L744: streams: make(map[uint32]*clientStream),
transport.go#L1215: cs := &clientStream{
transport.go#L1298: func (cs *clientStream) doRequest(req *http.Request) {
transport.go#L1310: func (cs *clientStream) writeRequest(req *http.Request) (err error) {
transport.go#L1455: func (cs *clientStream) encodeAndWriteHeaders(req *http.Request) error {
transport.go#L1502: func (cs *clientStream) cleanupWriteRequest(err error) {
transport.go#L1574: func (cc *ClientConn) awaitOpenSlotForStreamLocked(cs *clientStream) error {
transport.go#L1637: func (cs *clientStream) frameScratchBufferLen(maxFrameSize int) int {
transport.go#L1658: func (cs *clientStream) writeRequestBody(req *http.Request) (err error) {
transport.go#L1793: func (cs *clientStream) awaitFlowControl(maxBytes int) (taken int32, err error) {
transport.go#L2069: func (cc *ClientConn) addStreamLocked(cs *clientStream) {
transport.go#L2347: func (rl *clientConnReadLoop) handleResponse(cs *clientStream, f *MetaHeadersFrame) (*http.Response, error) {
transport.go#L2466: func (rl *clientConnReadLoop) processTrailers(cs *clientStream, f *MetaHeadersFrame) error {
transport.go#L2497: cs *clientStream
transport.go#L2708: func (rl *clientConnReadLoop) endStream(cs *clientStream) {
transport.go#L2724: func (rl *clientConnReadLoop) endStreamError(cs *clientStream, err error) {
transport.go#L2729: func (rl *clientConnReadLoop) streamByID(id uint32) *clientStream {
transport.go#L2739: func (cs *clientStream) copyTrailers() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)